home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 130_01 / diskio.dcl < prev    next >
Text File  |  1985-03-09  |  384b  |  19 lines

  1. /* bios call numbers, for standard bios library function, v1.44 */
  2.  
  3. #define WARMSTART 1
  4. #define CONST 2
  5. #define CONIN 3
  6. #define CONOUT 4
  7. #define LIST 5
  8. #define HOME 8
  9. #define SELDSK 9
  10. #define SETTRK 10
  11. #define SETSEC 11
  12. #define SETDMA 12
  13. #define READ 13
  14. #define WRITE 14
  15.  
  16.  
  17. struct dskadr {char sector; char track;}
  18.   ;
  19.